From: Andreas Politz Date: Sun, 13 Oct 2013 05:23:42 +0000 (-0700) Subject: * lisp/progmodes/sql.el (sql-add-product): Fix paren typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2873^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fdcb2049f193c889c36e67cd5c230286660d113a;p=emacs.git * lisp/progmodes/sql.el (sql-add-product): Fix paren typo. Fixes: debbugs:15435 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5ec35dd90fc..bd2a69c89a8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-10-13 Andreas Politz + + * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435) + 2013-10-13 Glenn Morris * menu-bar.el (menu-bar-update-buffers): diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index 56a6f155f31..0be23c27805 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el @@ -2439,7 +2439,7 @@ configuration." (user-error "Product `%s' is already defined" product) ;; Add product to the alist - (add-to-list 'sql-product-alist `((,product :name ,display . ,plist))) + (add-to-list 'sql-product-alist `(,product :name ,display . ,plist)) ;; Add a menu item to the SQL->Product menu (easy-menu-add-item sql-mode-menu '("Product") ;; Each product is represented by a radio